python get nth letter of alphabet

82

python get nth letter of alphabet -

# Basic syntax:
import string
string.ascii_uppercase[5]
--> 'F'

Comments

Submit
0 Comments